Skip to content

chore(deps): bump fakeredis from 2.30.0 to 2.36.2 - #113

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/fakeredis-2.36.2
Open

chore(deps): bump fakeredis from 2.30.0 to 2.36.2#113
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/fakeredis-2.36.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps fakeredis from 2.30.0 to 2.36.2.

Release notes

Sourced from fakeredis's releases.

v2.36.2

🐛 Bug Fixes

  • fix: replace async can_read busy-poll with event-based wakeup (#506)
  • fix: enforce GT/LT conditions in ZADD with INCR (#507)
  • fix: reject negative LIMIT in SINTERCARD and ZINTERCARD (#508)
  • fix: EXPIRE GT/LT mishandle keys with no existing TTL (#509)
  • fix: restore missing addr/laddr/fd fields in CLIENT LIST/CLIENT INFO (#512)
  • fix: SORT/SORT_RO BY must keep natural order (#510)

New Contributors

Full Changelog: cunla/fakeredis-py@v2.36.1...v2.36.2

v2.36.1

🐛 Bug Fixes

  • fix: TypeError on import in Python 3.8 due to list[Any] annotation in sort command (#490)
  • fix: Using path in connection
  • fix(async): _decode recurses into dict so RESP3 HGETALL responses are decoded (#492)
  • fix: Database now uses stable identity-based __hash__/__eq__ (previously returned an unstable hash)

🧰 Maintenance

  • Restored support for redis-py 4.6 #493
  • Update the default server version to 8.
  • refactor: deduplicate sync and async client construction into a shared build_client_kwds helper
  • chore: remove dead code in connection/socket setup

Full Changelog: cunla/fakeredis-py@v2.36.0...v2.36.1

v2.36.0

🚀 Features

  • Implement keyspace notifications @​alexbthundiyil-spec (#463)
  • feat(lua): add server global alias for Valkey @​przemub (#480)
  • feat(streams): implement XACKDEL, XDELEX, XIDMPRECORD, XNACK commands (#484)
  • feat: add VISMEMBER command to check element existence in vector set
  • feat: implement array commands (ARSET, ARGET, ARLEN, ARGETRANGE, ARINSERT, ARDEL, etc.) for Redis 8.8 ( #487)

🐛 Bug Fixes

  • fix: XREADGROUP with non-'>' ID returns consumer PEL @​tomtom103 #470
  • fix: similarity calculation in vector set VSIM command
  • fix: CF.RESERVE and CF.SCANDUMP should not create keys if they do not exist
  • fix: various issues in vector set commands VSET

... (truncated)

Commits
  • 7d830d6 doc:update
  • f47bbe7 fix: correct key formatting in ClientInfo initialization and items method
  • b23d5fd fix: SORT/SORT_RO BY <constant> must keep natural order (#510)
  • 1781052 fix: correct key formatting in client_info items method
  • a24c832 test: validate presence of 'age' and 'addr' in client_info response
  • 4b06dff add default addr
  • adbce34 fix: GETEX without options must not clear the key TTL (#511)
  • edd3b3c update fake_only marker and doc
  • 37966fb doc:update
  • 72ef07d chore:update deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.30.0 to 2.36.2.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.30.0...v2.36.2)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-version: 2.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants